home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if exist c:\wc_qpv\*.* goto qpeg
- if exist c:\pwrview\*.* goto pv
- \install
- :pv
- echo Using Powerview
- \utils\pv\pvtiny %1
- goto end
- :qpeg
- echo Using QPV
- \utils\qpv\qpv /Fc:\wc_qpv\qpv.cfg %1
- echo --- Press any key to continue ---
- goto end
- :end
-